LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Get<TService>() Method

Show in webframe






The type of the service to return.
Returns a service of a specific type.
Syntax
public TService Get<TService>()
'Declaration
 
Public Overloads Function Get(Of TService)() As TService
'Usage
 
Dim instance As ServiceCollection
Dim value As TService
 
value = instance.Get(Of TService)()

            

            
public: TService* Get<TService>(); 
public:
TService* Getgeneric<typename TService>
(); 

Type Parameters

TService
The type of the service to return.

Return Value

A service object of the requested type. Null if the service doesn't exists.
Requirements

Target Platforms

See Also

Reference

ServiceCollection Class
ServiceCollection Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.